AddEllipse
Description
This method adds the ELLIPSE entity.
Parameter | Type | Description |
---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddEllipse procedure. It contains a coordinates of the center point in the Point field, endpoint of major axis in the Point1 field, ratio of minor axis to major axis in the Radius field and the start and the end angles in degrees in the fields StartAngle and EndAngle . |
Syntax
procedure AddEllipse(const Data: TdxfExportData);